/*** Contact form used to enter forms for the data table Found in Contacts plugin and is named testing for incidents***/

<p>testing George </p>
<br />
<p>Your Name <br />
    [text* your-name placeholder "Type some name here"] </p>

<p>Your Position (required)<br />
    [text* position placeholder "Position"] </p>

<p>Incident Report Title<br />
    [text* post_title placeholder "Type your cool title here"]</p>

<p>Issue Summary<br />
    [textarea* post_content placeholder "Explain quickly what happen"] </p>

<p>Timeline (all times ETC Time)<br />
    [textarea* timeline placeholder "Now calm down and give more details"] </p>

<p>Root Cause<br />
    [textarea* root_cause placeholder "How bad it was"] </p>

<p>Resolution and recovery<br />
    [textarea* resolution placeholder "What magic did you use"] </p>

<p>Corrective and Preventative Measures<br />
    [textarea* preventative_measures placeholder "How not to screw it next time"] </p>

<p>What time did it occur?</p>
[text time]
[hidden post_category_name "test_incidents"]

<li> Operational? [select* "Yes" "No"]</li>

<p>[submit "Send"]</p>